  //Primary code - Start - the Department FIXED List as Index Field within the CSForm_Onload		
  var departmentfld = this.getField("IMM_UNL_DEPT_FIXED_LIST");
  departmentfld.hidden = false;
  departmentfld.readonly = false;
  GetDeptValues(departmentfld);
  //Primary code - End - the Department List as Index Field within the CSForm_Onload